DELETE v1/store/login/user/orders/unsubmitted/items/{orderItemID}/properties/{propertyID}/files?fileNames[0]={fileNames[0]}&fileNames[1]={fileNames[1]}
Delete files of the order item property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderItemID |
The unique ID of the order item. |
globally unique identifier |
Required |
| propertyID |
The unique ID of the property. |
globally unique identifier |
Required |
| fileNames | Collection of string |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderItemFileAttachmentPropertyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FileInfoList |
Additional information on the file. |
Collection of FileInfoModel |
None. |
| ID |
The unique ID of the property. |
string |
None. |
| Value |
The value of the property. |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileInfoList": [
{
"FileName": "sample string 1",
"Size": 2,
"MetaData": {
"NumberOfPages": 1,
"Width": 2.1,
"Height": 3.1,
"Pages": [
{
"PageNumber": 1,
"HasColor": true
},
{
"PageNumber": 1,
"HasColor": true
}
],
"DocumentBoxes": {
"Media": {
"Top": 1.1,
"Bottom": 2.1,
"Left": 3.1,
"Right": 4.1
},
"Trim": {
"Top": 1.1,
"Bottom": 2.1,
"Left": 3.1,
"Right": 4.1
}
}
}
},
{
"FileName": "sample string 1",
"Size": 2,
"MetaData": {
"NumberOfPages": 1,
"Width": 2.1,
"Height": 3.1,
"Pages": [
{
"PageNumber": 1,
"HasColor": true
},
{
"PageNumber": 1,
"HasColor": true
}
],
"DocumentBoxes": {
"Media": {
"Top": 1.1,
"Bottom": 2.1,
"Left": 3.1,
"Right": 4.1
},
"Trim": {
"Top": 1.1,
"Bottom": 2.1,
"Left": 3.1,
"Right": 4.1
}
}
}
}
],
"ID": "sample string 1",
"Value": {}
}